home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
sozobon2.zoo
/
tools
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1990-12-13
|
197 b
|
16 lines
#
# Makefile for various utilities
#
CFLAGS = -O
PROGS = globs.ttp nm.ttp size.ttp ar.ttp cc.ttp
all: $(PROGS)
@$(ECHO) Compile done
clean:
$(RM) *.o
clobber:
$(RM) *.o *.ttp